BSET
Sets a given bit in an integer or double integer value (Value OR 2^Bit). Was the Bit set to 0 it will change to 1. If it was set to 1 it will remain 1.
ARGUMENTS:
* Value = an integer or double integer value
* Bit = the bit to change
RETURNS:
The modified value
SYNTAX
Return (Double) Integer=BSET(Value,Bit)
RELATED INFO
View Number Operations Index
View STYX Index
View STYX Main File
